Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.rating.LikeService

Documentation

The Like Service handles like / dislike on documents, activities, ...

Implementation

Class: org.nuxeo.ecm.rating.LikeServiceImpl

Services

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.rating.LikeService">

  <documentation>
    The Like Service handles like / dislike on documents, activities, ...

    @author Thomas Roger (troger@nuxeo.com)
  </documentation>

  <implementation
    class="org.nuxeo.ecm.rating.LikeServiceImpl" />

  <service>
    <provide
      interface="org.nuxeo.ecm.rating.api.LikeService" />
  </service>

</component>